﻿.container1 {
    width: 12.5rem !important;
    margin: 0 auto;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

body {
    position: relative;
    background-color: #F6F6F6;
}

a:hover {
    text-decoration: none;
}


/* header区域 */

header .top {
    height: .375rem;
    background-color: #fff;
    line-height: .375rem;
}

header .top .container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top h3 {
    font-size: .2083rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

header .top .right {
    display: flex;
    align-items: center;
}

header .top .login {
    margin-right: .3125rem;
}

header .top .login a {
    font-size: .1875rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

header .top .login span {
    margin: 0 .1042rem
}

header .top .contact {
    display: flex;
    align-items: center;
}

header .top .contact img {
    width: .25rem;
}

header .top .contact span {
    margin: 0 .1563rem 0 .0833rem;
    font-size: .1458rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #2B2B2B;
}

header .top .contact .phone {
    font-size: .2083rem;
    font-family: Bahnschrift-Regular, Bahnschrift;
    font-weight: 400;
    color: #2B2B2B;
}

header .middle {
    height: 1.1979rem;
    line-height: 1.1979rem;
    background-color: #eff4f7;
}

header .middle .container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .middle .logo a img {
    width: 1.9896rem;
}

header .middle .searchbox {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: .2083rem;
}

header .middle .searchbox input {
    padding-left: .1042rem;
    width: 6.9896rem;
    height: .4583rem;
    background: #F6F6F6;
    opacity: 1;
    border: 2px solid #363A8F;
    font-size: .1458rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000;
    border-radius: 0;
}

header .middle .searchbox .btn {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 2.1095rem;
    height:1.4583rem;
    background-color: #363A8F;
    font-size: .2083rem;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

header .middle .search {
    height: 1.1979rem;
}

header .middle .search ul {
    height: .5rem;
    line-height: .5rem;
    display: flex;
    margin-bottom: 0;
}

header .middle .search ul li {
    margin-right: .4375rem;
}

header .middle .search ul li a {
    font-size: .1458rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

header .middle .fold {
    display: none;
    margin-right: .4rem;
}

header .middle .fold i {
    font-size: 1rem;
}

header nav {
    height: .5208rem;
    background: #363A8F;
}

header nav ul {
    display: flex;
    height: .5208rem;
    line-height: .5208rem;
}

header nav ul li {
    margin-right: .5208rem;
    padding: 0 .3438rem;
}

header nav ul li:hover {
    background-color: #fff;
}

header nav ul li:hover a {
    color: #363A8F;
}

header nav ul li a {
    display: inline-block;
    height: 100%;
    font-size: .1875rem;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

a:active {
    color: #363A8F;
}

.current {
    background-color: #fff;
}

.current a {
    color: #363A8F;
    text-decoration: none;
}


/* main区域 */


/* footer区域 */

footer {
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    /* height: 4.4583rem; */
    background: #363A8F;
}

footer .top {
    /* height: 2.4375rem; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

footer .left {
    display: flex;
    padding-left: .3125rem;
    padding-top: .3125rem;
}

footer dl {
    margin-right: 1.0208rem;
    margin-top: 1rem;
}

footer dl dt {
    margin-bottom: .3125rem;
}

footer dl dd {
    margin-bottom: .2083rem;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
}

footer dl dt,
footer dl dd a,
footer dl dd a:hover,
footer dl dd a:visited,
footer dl dd a:link {
    font-size: .1667rem;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

footer .right {
    display: flex;
    margin-top: .1042rem;
    height: 100%;
    width: 3.8021rem;
    border-left: 2px solid #4247AE;
}

footer .right span {
    font-size: .1875rem;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .2083rem;
}

footer .right .ewm {
    margin: 0 .8333rem 0 .25rem;
}

footer .right .ewm,
footer .right .qq {
    margin-top: .3125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .right img {
    width: 1.3542rem;
}

footer .botton {
    position: relative;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
    bottom: .0521rem;
}

footer p:first-of-type {
    /* margin-top: .3125rem; */
}

footer p {
    margin-bottom: .2083rem;
    text-align: center;
    font-size: .1667rem;
    font-family: Source Han Sans CN-Light, Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}

.phone-navigate {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 80px 60px;
    box-sizing: border-box;
}

.phone-navigate .close {
    position: absolute;
    top: 1.2083rem;
    right: 1.2083rem;
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    opacity: 1;
}

.phone-navigate .close img {
    width: 1.5rem;
}

.phone-navigate .nav-item {
    border-bottom: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.phone-navigate .nav-item a {
    color: #fff;
    font-size: 14px;
}


/* @media screen and (max-width:1200px) {
    footer dl dt {
        margin-bottom: .1042rem;
    }

    footer dl dd {
        margin-bottom: .0521rem;
    }

    footer p {
        margin-bottom: .0521rem;
    }

    header nav ul li a {
        width: 150%;
    }
}

@media screen and (max-width:970px) {
    footer dl {
        margin-right: .3125rem;
    }
} */


/* @media screen and (max-width:768px) { */

.container1 {
    width: 100% !important;
    padding: 0 3%;
}

header .middle {
    height: 3rem;
    line-height: 3rem;
}

header .middle .logo a img {
    width: 5.5rem;
}

header .middle .search {
    height: 2.3958rem;
}

header .middle .search {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

header .middle .searchbox input {
    width: 8rem;
    height: 1.5rem;
}

header .middle .searchbox button {
    width: 2.8125rem;
    height: 1.5rem;
    font-size: .7rem;
}

header .top,
header .middle .search ul,
header nav,
footer .right {
    display: none;
}

footer {
    /* height: 10.4167rem; */
    height: unset;
}

footer .left {
    width: 100%;
    justify-content: space-around;
}

footer .botton {
    position: relative;
}

footer dl dt,
footer dl dd a,
footer dl dd a:hover,
footer dl dd a:visited,
footer dl dd a:link,
footer p {
    font-size: 0.8rem;
}

header .middle .fold {
    display: flex;
    align-items: center;
}

footer p:first-of-type {
    margin-top: 0px;
}

footer p {
    margin-bottom: .2rem;
}


/* } */